*{
    padding:0;
    margin:0;
    box-sizing:border-box;
} 
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans:ital@1&display=swap');
.main{

    width:100%;
    height:100vh;
    background-image: url('/img/build.jpg');
    background-size:cover;

}
 .overlay{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:white;
    background-color: rgba(0, 0, 0,0.3); */
}

.title{
    color: white;
    text-align: center;
    font-size: 2.5rem;
    padding:10px;
}
.col{
    margin-top: 20px;
    width:1000px;
    height:100px;
    margin:10px auto;
    display: flex;
    text-align: center;
    justify-content: center;
    color:white;
}
.col div{
    width:250px;
    text-align: center;
}
input{
     width:80px;
     height:40px;
     background-color: rgba(255, 255, 255,0.6);
     border-color: transparent;
     border-radius:5px;
     text-align: center;
     font-size:30px;

}